projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f73bb1
)
(syms_of_keyboard): Initialize and staticpro internal_last_event_frame and
author
Erik Naggum
<erik@naggum.no>
Tue, 17 Sep 1996 16:26:44 +0000
(16:26 +0000)
committer
Erik Naggum
<erik@naggum.no>
Tue, 17 Sep 1996 16:26:44 +0000
(16:26 +0000)
read_key_sequence_cmd.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index da9d29609cb47af5b3e866c6ddd87950f889ec1d..a145406e37554f9de5838fb0c060bab20c504b3c 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-7925,6
+7925,12
@@
syms_of_keyboard ()
unread_switch_frame = Qnil;
staticpro (&unread_switch_frame);
+ internal_last_event_frame = Qnil;
+ staticpro (&internal_last_event_frame);
+
+ read_key_sequence_cmd = Qnil;
+ staticpro (&read_key_sequence_cmd);
+
defsubr (&Sevent_convert_list);
defsubr (&Sread_key_sequence);
defsubr (&Srecursive_edit);